home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library
/
Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso
/
SAMPCODE
/
OS2SDK11
/
TK4
/
MSGBOX
/
README
< prev
Wrap
Text File
|
1989-02-20
|
810b
|
24 lines
Comments about MSGBOX
The MSGBOX program brings up a dialog box that allows the user to
experiment with all possible combinations of message box styles.
There are three groups of radio buttons corresponding to the button
configuration, icon displayed, and default button values. One choice
of each of these determines the look of the message box. The style
value computed from these choices is displayed in the Message Box
Style edit box. The return value of the WinMessageBox() routine is
displayed in the Return Code box. The "Show Box" button is used to
cause a message box to be displayed.
File List:
MSGBOX Makefile
MSGBOX.C Source file
MSGBOX.DEF Definition file
MSGBOX.EXE Executable
MSGBOX.H Header file
MSGBOX.RC Resource file
MSGBOX.SYM Symbol file
README This file